CopyableBuilder<ActivityScheduledEventDetails.Builder,ActivityScheduledEventDetails>
, SdkBuilder<ActivityScheduledEventDetails.Builder,ActivityScheduledEventDetails>
public static interface ActivityScheduledEventDetails.Builder extends CopyableBuilder<ActivityScheduledEventDetails.Builder,ActivityScheduledEventDetails>
Modifier and Type | Method | Description |
---|---|---|
ActivityScheduledEventDetails.Builder |
heartbeatInSeconds(Long heartbeatInSeconds) |
The maximum allowed duration between two heartbeats for the activity task.
|
ActivityScheduledEventDetails.Builder |
input(String input) |
The JSON data input to the activity task.
|
ActivityScheduledEventDetails.Builder |
resource(String resource) |
The Amazon Resource Name (ARN) of the scheduled activity.
|
ActivityScheduledEventDetails.Builder |
timeoutInSeconds(Long timeoutInSeconds) |
The maximum allowed duration of the activity task.
|
copy
apply, build
ActivityScheduledEventDetails.Builder resource(String resource)
The Amazon Resource Name (ARN) of the scheduled activity.
resource
- The Amazon Resource Name (ARN) of the scheduled activity.ActivityScheduledEventDetails.Builder input(String input)
The JSON data input to the activity task.
input
- The JSON data input to the activity task.ActivityScheduledEventDetails.Builder timeoutInSeconds(Long timeoutInSeconds)
The maximum allowed duration of the activity task.
timeoutInSeconds
- The maximum allowed duration of the activity task.ActivityScheduledEventDetails.Builder heartbeatInSeconds(Long heartbeatInSeconds)
The maximum allowed duration between two heartbeats for the activity task.
heartbeatInSeconds
- The maximum allowed duration between two heartbeats for the activity task.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.