public static interface TaskStartedEventDetails.Builder extends SdkPojo, CopyableBuilder<TaskStartedEventDetails.Builder,TaskStartedEventDetails>
Modifier and Type | Method and Description |
---|---|
TaskStartedEventDetails.Builder |
resource(String resource)
The service name of the connected service in a task state.
|
TaskStartedEventDetails.Builder |
resourceType(String resourceType)
The action of the connected service called by a task state.
|
copy
applyMutation, build
TaskStartedEventDetails.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.TaskStartedEventDetails.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.