StructuredPojo
, ToCopyableBuilder<DecisionTaskScheduledEventAttributes.Builder,DecisionTaskScheduledEventAttributes>
@Generated("software.amazon.awssdk:codegen") public class DecisionTaskScheduledEventAttributes extends Object implements StructuredPojo, ToCopyableBuilder<DecisionTaskScheduledEventAttributes.Builder,DecisionTaskScheduledEventAttributes>
Provides details about the DecisionTaskScheduled
event.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DecisionTaskScheduledEventAttributes.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DecisionTaskScheduledEventAttributes.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
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() |
Take this object and create a builder that contains all of the current property values of this object.
|
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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DecisionTaskScheduledEventAttributes.Builder,DecisionTaskScheduledEventAttributes>
public static DecisionTaskScheduledEventAttributes.Builder builder()
public static Class<? extends DecisionTaskScheduledEventAttributes.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.