@Generated(value="software.amazon.awssdk:codegen") public final class StartMediaAnalysisJobRequest extends RekognitionRequest implements ToCopyableBuilder<StartMediaAnalysisJobRequest.Builder,StartMediaAnalysisJobRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartMediaAnalysisJobRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartMediaAnalysisJobRequest.Builder |
builder() |
String |
clientRequestToken()
Idempotency token used to prevent the accidental creation of duplicate versions.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
MediaAnalysisInput |
input()
Input data to be analyzed by the job.
|
String |
jobName()
The name of the job.
|
String |
kmsKeyId()
The identifier of customer managed AWS KMS key (name or ARN).
|
MediaAnalysisOperationsConfig |
operationsConfig()
Configuration options for the media analysis job to be created.
|
MediaAnalysisOutputConfig |
outputConfig()
The Amazon S3 bucket location to store the results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartMediaAnalysisJobRequest.Builder> |
serializableBuilderClass() |
StartMediaAnalysisJobRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clientRequestToken()
Idempotency token used to prevent the accidental creation of duplicate versions. If you use the same token with
multiple StartMediaAnalysisJobRequest requests, the same response is returned. Use
ClientRequestToken to prevent the same request from being processed more than once.
StartMediaAnalysisJobRequest requests, the same response is returned.
Use ClientRequestToken to prevent the same request from being processed more than once.public final String jobName()
The name of the job. Does not have to be unique.
public final MediaAnalysisOperationsConfig operationsConfig()
Configuration options for the media analysis job to be created.
public final MediaAnalysisInput input()
Input data to be analyzed by the job.
public final MediaAnalysisOutputConfig outputConfig()
The Amazon S3 bucket location to store the results.
public final String kmsKeyId()
The identifier of customer managed AWS KMS key (name or ARN). The key is used to encrypt images copied into the service. The key is also used to encrypt results and manifest files written to the output Amazon S3 bucket.
public StartMediaAnalysisJobRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartMediaAnalysisJobRequest.Builder,StartMediaAnalysisJobRequest>toBuilder in class RekognitionRequestpublic static StartMediaAnalysisJobRequest.Builder builder()
public static Class<? extends StartMediaAnalysisJobRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.