@Generated(value="software.amazon.awssdk:codegen") public class DecisionTaskScheduledEventAttributes extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<DecisionTaskScheduledEventAttributes.Builder,DecisionTaskScheduledEventAttributes>
Provides details about the DecisionTaskScheduled event.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DecisionTaskScheduledEventAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DecisionTaskScheduledEventAttributes.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
static Class<? extends DecisionTaskScheduledEventAttributes.Builder> |
serializableBuilderClass() |
String |
startToCloseTimeout()
The maximum duration for this decision task.
|
TaskList |
taskList()
The name of the task list in which the decision task was scheduled.
|
String |
taskPriority()
Optional. A task priority that, if set, specifies the priority for this decision task.
|
DecisionTaskScheduledEventAttributes.Builder |
toBuilder() |
String |
toString() |
public TaskList taskList()
The name of the task list in which the decision task was scheduled.
public String taskPriority()
Optional. A task priority that, if set, specifies the priority for this decision task. Valid values are
integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
Integer.MIN_VALUE (-2147483648) to
Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide
public String startToCloseTimeout()
The maximum duration for this decision task. The task is considered timed out if it does not completed within this duration.
The duration is specified in seconds; an integer greater than or equal to 0. The value "NONE" can be used to specify unlimited duration.
The duration is specified in seconds; an integer greater than or equal to 0. The value "NONE" can be used to specify unlimited duration.
public DecisionTaskScheduledEventAttributes.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<DecisionTaskScheduledEventAttributes.Builder,DecisionTaskScheduledEventAttributes>public static DecisionTaskScheduledEventAttributes.Builder builder()
public static Class<? extends DecisionTaskScheduledEventAttributes.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.