@Generated(value="software.amazon.awssdk:codegen") public final class JobExecutionSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JobExecutionSettings.Builder,JobExecutionSettings>
Provides information about when a transcription job should be executed.
| Modifier and Type | Class and Description |
|---|---|
static interface |
JobExecutionSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
allowDeferredExecution()
Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded.
|
static JobExecutionSettings.Builder |
builder() |
String |
dataAccessRoleArn()
The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends JobExecutionSettings.Builder> |
serializableBuilderClass() |
JobExecutionSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean allowDeferredExecution()
Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded.
When the AllowDeferredExecution field is true, jobs are queued and executed when the number of
executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a
LimitExceededException exception.
If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn
field.
AllowDeferredExecution field is true, jobs are queued and executed when
the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon
Transcribe returns a LimitExceededException exception.
If you specify the AllowDeferredExecution field, you must specify the
DataAccessRoleArn field.
public final String dataAccessRoleArn()
The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn
field.
If you specify the AllowDeferredExecution field, you must specify the
DataAccessRoleArn field.
public JobExecutionSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<JobExecutionSettings.Builder,JobExecutionSettings>public static JobExecutionSettings.Builder builder()
public static Class<? extends JobExecutionSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.