static StartEngagementFromOpportunityTaskResponse.Builder |
StartEngagementFromOpportunityTaskResponse.builder() |
|
StartEngagementFromOpportunityTaskResponse.Builder |
StartEngagementFromOpportunityTaskResponse.Builder.engagementId(String engagementId) |
The identifier of the newly created Engagement.
|
StartEngagementFromOpportunityTaskResponse.Builder |
StartEngagementFromOpportunityTaskResponse.Builder.engagementInvitationId(String engagementInvitationId) |
The identifier of the new Engagement invitation.
|
StartEngagementFromOpportunityTaskResponse.Builder |
StartEngagementFromOpportunityTaskResponse.Builder.message(String message) |
If the task fails, this field contains a detailed message describing the failure and possible recovery steps.
|
StartEngagementFromOpportunityTaskResponse.Builder |
StartEngagementFromOpportunityTaskResponse.Builder.opportunityId(String opportunityId) |
Returns the original opportunity identifier passed in the request, which is the unique identifier for the
opportunity created in the partner’s system.
|
StartEngagementFromOpportunityTaskResponse.Builder |
StartEngagementFromOpportunityTaskResponse.Builder.reasonCode(String reasonCode) |
Indicates the reason for task failure using an enumerated code.
|
StartEngagementFromOpportunityTaskResponse.Builder |
StartEngagementFromOpportunityTaskResponse.Builder.reasonCode(ReasonCode reasonCode) |
Indicates the reason for task failure using an enumerated code.
|
StartEngagementFromOpportunityTaskResponse.Builder |
StartEngagementFromOpportunityTaskResponse.Builder.resourceSnapshotJobId(String resourceSnapshotJobId) |
The identifier of the resource snapshot job created to add the opportunity resource snapshot to the
Engagement.
|
StartEngagementFromOpportunityTaskResponse.Builder |
StartEngagementFromOpportunityTaskResponse.Builder.startTime(Instant startTime) |
The timestamp indicating when the task was initiated.
|
StartEngagementFromOpportunityTaskResponse.Builder |
StartEngagementFromOpportunityTaskResponse.Builder.taskArn(String taskArn) |
The Amazon Resource Name (ARN) of the task, used for tracking and managing the task within AWS.
|
StartEngagementFromOpportunityTaskResponse.Builder |
StartEngagementFromOpportunityTaskResponse.Builder.taskId(String taskId) |
The unique identifier of the task, used to track the task’s progress.
|
StartEngagementFromOpportunityTaskResponse.Builder |
StartEngagementFromOpportunityTaskResponse.Builder.taskStatus(String taskStatus) |
Indicates the current status of the task.
|
StartEngagementFromOpportunityTaskResponse.Builder |
StartEngagementFromOpportunityTaskResponse.Builder.taskStatus(TaskStatus taskStatus) |
Indicates the current status of the task.
|
StartEngagementFromOpportunityTaskResponse.Builder |
StartEngagementFromOpportunityTaskResponse.toBuilder() |
|