public static interface TaskScheduledEventDetails.Builder extends SdkPojo, CopyableBuilder<TaskScheduledEventDetails.Builder,TaskScheduledEventDetails>
Modifier and Type | Method and Description |
---|---|
TaskScheduledEventDetails.Builder |
parameters(String parameters)
The JSON data passed to the connected service referenced in a task state.
|
TaskScheduledEventDetails.Builder |
region(String region)
Sets the value of the Region property for this object.
|
TaskScheduledEventDetails.Builder |
resource(String resource)
The service name of the connected service in a task state.
|
TaskScheduledEventDetails.Builder |
resourceType(String resourceType)
The action of the connected service called by a task state.
|
TaskScheduledEventDetails.Builder |
timeoutInSeconds(Long timeoutInSeconds)
The maximum allowed duration of the task.
|
copy
applyMutation, build
TaskScheduledEventDetails.Builder resourceType(String resourceType)
The action of the connected service called by a task state.
resourceType
- The action of the connected service called by a task state.TaskScheduledEventDetails.Builder resource(String resource)
The service name of the connected service in a task state.
resource
- The service name of the connected service in a task state.TaskScheduledEventDetails.Builder region(String region)
region
- The new value for the Region property for this object.TaskScheduledEventDetails.Builder parameters(String parameters)
The JSON data passed to the connected service referenced in a task state.
parameters
- The JSON data passed to the connected service referenced in a task state.TaskScheduledEventDetails.Builder timeoutInSeconds(Long timeoutInSeconds)
The maximum allowed duration of the task.
timeoutInSeconds
- The maximum allowed duration of the task.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.