Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private ActivityTypeConfiguration |
ActivityTypeDetail.configuration
The configuration settings registered with the activity type.
|
Modifier and Type | Method and Description |
---|---|
ActivityTypeConfiguration |
ActivityTypeConfiguration.clone() |
ActivityTypeConfiguration |
ActivityTypeDetail.getConfiguration()
The configuration settings registered with the activity type.
|
ActivityTypeConfiguration |
ActivityTypeConfiguration.withDefaultTaskHeartbeatTimeout(java.lang.String defaultTaskHeartbeatTimeout)
Optional. The default maximum time, in seconds, before which a
worker processing a task must report progress by calling
RecordActivityTaskHeartbeat.
|
ActivityTypeConfiguration |
ActivityTypeConfiguration.withDefaultTaskList(TaskList defaultTaskList)
Optional. The default task list specified for this activity type
at registration.
|
ActivityTypeConfiguration |
ActivityTypeConfiguration.withDefaultTaskPriority(java.lang.String defaultTaskPriority)
Optional. The default task priority for tasks of this activity
type, specified at registration.
|
ActivityTypeConfiguration |
ActivityTypeConfiguration.withDefaultTaskScheduleToCloseTimeout(java.lang.String defaultTaskScheduleToCloseTimeout)
Optional. The default maximum duration, specified when registering
the activity type, for tasks of this activity type.
|
ActivityTypeConfiguration |
ActivityTypeConfiguration.withDefaultTaskScheduleToStartTimeout(java.lang.String defaultTaskScheduleToStartTimeout)
Optional. The default maximum duration, specified when registering
the activity type, that a task of an activity type can wait before being
assigned to a worker.
|
ActivityTypeConfiguration |
ActivityTypeConfiguration.withDefaultTaskStartToCloseTimeout(java.lang.String defaultTaskStartToCloseTimeout)
Optional. The default maximum duration for tasks of an activity
type specified when registering the activity type.
|
Modifier and Type | Method and Description |
---|---|
void |
ActivityTypeDetail.setConfiguration(ActivityTypeConfiguration configuration)
The configuration settings registered with the activity type.
|
ActivityTypeDetail |
ActivityTypeDetail.withConfiguration(ActivityTypeConfiguration configuration)
The configuration settings registered with the activity type.
|
Modifier and Type | Method and Description |
---|---|
ActivityTypeConfiguration |
ActivityTypeConfigurationJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ActivityTypeConfigurationJsonMarshaller.marshall(ActivityTypeConfiguration activityTypeConfiguration,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|