static StartEngagementByAcceptingInvitationTaskResponse.Builder |
StartEngagementByAcceptingInvitationTaskResponse.builder() |
|
StartEngagementByAcceptingInvitationTaskResponse.Builder |
StartEngagementByAcceptingInvitationTaskResponse.Builder.engagementInvitationId(String engagementInvitationId) |
Returns the identifier of the engagement invitation that was accepted and used to create the opportunity.
|
StartEngagementByAcceptingInvitationTaskResponse.Builder |
StartEngagementByAcceptingInvitationTaskResponse.Builder.message(String message) |
If the task fails, this field contains a detailed message describing the failure and possible recovery steps.
|
StartEngagementByAcceptingInvitationTaskResponse.Builder |
StartEngagementByAcceptingInvitationTaskResponse.Builder.opportunityId(String opportunityId) |
Returns the original opportunity identifier passed in the request.
|
StartEngagementByAcceptingInvitationTaskResponse.Builder |
StartEngagementByAcceptingInvitationTaskResponse.Builder.reasonCode(String reasonCode) |
Indicates the reason for task failure using an enumerated code.
|
StartEngagementByAcceptingInvitationTaskResponse.Builder |
StartEngagementByAcceptingInvitationTaskResponse.Builder.reasonCode(ReasonCode reasonCode) |
Indicates the reason for task failure using an enumerated code.
|
StartEngagementByAcceptingInvitationTaskResponse.Builder |
StartEngagementByAcceptingInvitationTaskResponse.Builder.resourceSnapshotJobId(String resourceSnapshotJobId) |
The identifier of the Resource Snapshot Job created as part of this task.
|
StartEngagementByAcceptingInvitationTaskResponse.Builder |
StartEngagementByAcceptingInvitationTaskResponse.Builder.startTime(Instant startTime) |
The timestamp indicating when the task was initiated.
|
StartEngagementByAcceptingInvitationTaskResponse.Builder |
StartEngagementByAcceptingInvitationTaskResponse.Builder.taskArn(String taskArn) |
The Amazon Resource Name (ARN) of the task, used for tracking and managing the task within AWS.
|
StartEngagementByAcceptingInvitationTaskResponse.Builder |
StartEngagementByAcceptingInvitationTaskResponse.Builder.taskId(String taskId) |
The unique identifier of the task, used to track the task’s progress.
|
StartEngagementByAcceptingInvitationTaskResponse.Builder |
StartEngagementByAcceptingInvitationTaskResponse.Builder.taskStatus(String taskStatus) |
Indicates the current status of the task.
|
StartEngagementByAcceptingInvitationTaskResponse.Builder |
StartEngagementByAcceptingInvitationTaskResponse.Builder.taskStatus(TaskStatus taskStatus) |
Indicates the current status of the task.
|
StartEngagementByAcceptingInvitationTaskResponse.Builder |
StartEngagementByAcceptingInvitationTaskResponse.toBuilder() |
|