Interface ListEngagementByAcceptingInvitationTaskSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListEngagementByAcceptingInvitationTaskSummary.Builder,ListEngagementByAcceptingInvitationTaskSummary>,SdkBuilder<ListEngagementByAcceptingInvitationTaskSummary.Builder,ListEngagementByAcceptingInvitationTaskSummary>,SdkPojo
- Enclosing class:
- ListEngagementByAcceptingInvitationTaskSummary
public static interface ListEngagementByAcceptingInvitationTaskSummary.Builder extends SdkPojo, CopyableBuilder<ListEngagementByAcceptingInvitationTaskSummary.Builder,ListEngagementByAcceptingInvitationTaskSummary>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
engagementInvitationId
ListEngagementByAcceptingInvitationTaskSummary.Builder engagementInvitationId(String engagementInvitationId)
The unique identifier of the engagement invitation that was accepted.
- Parameters:
engagementInvitationId- The unique identifier of the engagement invitation that was accepted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
ListEngagementByAcceptingInvitationTaskSummary.Builder message(String message)
Detailed message describing the failure and possible recovery steps.
- Parameters:
message- Detailed message describing the failure and possible recovery steps.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
opportunityId
ListEngagementByAcceptingInvitationTaskSummary.Builder opportunityId(String opportunityId)
Unique identifier of opportunity that was created.
- Parameters:
opportunityId- Unique identifier of opportunity that was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reasonCode
ListEngagementByAcceptingInvitationTaskSummary.Builder reasonCode(String reasonCode)
A code pointing to the specific reason for the failure.
- Parameters:
reasonCode- A code pointing to the specific reason for the failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReasonCode,ReasonCode
-
reasonCode
ListEngagementByAcceptingInvitationTaskSummary.Builder reasonCode(ReasonCode reasonCode)
A code pointing to the specific reason for the failure.
- Parameters:
reasonCode- A code pointing to the specific reason for the failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReasonCode,ReasonCode
-
resourceSnapshotJobId
ListEngagementByAcceptingInvitationTaskSummary.Builder resourceSnapshotJobId(String resourceSnapshotJobId)
Unique identifier of the resource snapshot job that was created.
- Parameters:
resourceSnapshotJobId- Unique identifier of the resource snapshot job that was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
ListEngagementByAcceptingInvitationTaskSummary.Builder startTime(Instant startTime)
Task start timestamp.
- Parameters:
startTime- Task start timestamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskArn
ListEngagementByAcceptingInvitationTaskSummary.Builder taskArn(String taskArn)
The Amazon Resource Name (ARN) that uniquely identifies the task.
- Parameters:
taskArn- The Amazon Resource Name (ARN) that uniquely identifies the task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskId
ListEngagementByAcceptingInvitationTaskSummary.Builder taskId(String taskId)
Unique identifier of the task.
- Parameters:
taskId- Unique identifier of the task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskStatus
ListEngagementByAcceptingInvitationTaskSummary.Builder taskStatus(String taskStatus)
Status of the task.
- Parameters:
taskStatus- Status of the task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TaskStatus,TaskStatus
-
taskStatus
ListEngagementByAcceptingInvitationTaskSummary.Builder taskStatus(TaskStatus taskStatus)
Status of the task.
- Parameters:
taskStatus- Status of the task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TaskStatus,TaskStatus
-
-