Interface Event.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Event.Builder,Event>,SdkBuilder<Event.Builder,Event>,SdkPojo
- Enclosing class:
- Event
@Mutable @NotThreadSafe public static interface Event.Builder extends SdkPojo, CopyableBuilder<Event.Builder,Event>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Event.BuildercallbackFailedDetails(Consumer<CallbackFailedDetails.Builder> callbackFailedDetails)Sets the value of the CallbackFailedDetails property for this object.Event.BuildercallbackFailedDetails(CallbackFailedDetails callbackFailedDetails)Sets the value of the CallbackFailedDetails property for this object.default Event.BuildercallbackStartedDetails(Consumer<CallbackStartedDetails.Builder> callbackStartedDetails)Sets the value of the CallbackStartedDetails property for this object.Event.BuildercallbackStartedDetails(CallbackStartedDetails callbackStartedDetails)Sets the value of the CallbackStartedDetails property for this object.default Event.BuildercallbackSucceededDetails(Consumer<CallbackSucceededDetails.Builder> callbackSucceededDetails)Sets the value of the CallbackSucceededDetails property for this object.Event.BuildercallbackSucceededDetails(CallbackSucceededDetails callbackSucceededDetails)Sets the value of the CallbackSucceededDetails property for this object.default Event.BuildercallbackTimedOutDetails(Consumer<CallbackTimedOutDetails.Builder> callbackTimedOutDetails)Sets the value of the CallbackTimedOutDetails property for this object.Event.BuildercallbackTimedOutDetails(CallbackTimedOutDetails callbackTimedOutDetails)Sets the value of the CallbackTimedOutDetails property for this object.default Event.BuilderchainedInvokeFailedDetails(Consumer<ChainedInvokeFailedDetails.Builder> chainedInvokeFailedDetails)Sets the value of the ChainedInvokeFailedDetails property for this object.Event.BuilderchainedInvokeFailedDetails(ChainedInvokeFailedDetails chainedInvokeFailedDetails)Sets the value of the ChainedInvokeFailedDetails property for this object.default Event.BuilderchainedInvokeStartedDetails(Consumer<ChainedInvokeStartedDetails.Builder> chainedInvokeStartedDetails)Sets the value of the ChainedInvokeStartedDetails property for this object.Event.BuilderchainedInvokeStartedDetails(ChainedInvokeStartedDetails chainedInvokeStartedDetails)Sets the value of the ChainedInvokeStartedDetails property for this object.default Event.BuilderchainedInvokeStoppedDetails(Consumer<ChainedInvokeStoppedDetails.Builder> chainedInvokeStoppedDetails)Details about a chained invocation that was stopped.Event.BuilderchainedInvokeStoppedDetails(ChainedInvokeStoppedDetails chainedInvokeStoppedDetails)Details about a chained invocation that was stopped.default Event.BuilderchainedInvokeSucceededDetails(Consumer<ChainedInvokeSucceededDetails.Builder> chainedInvokeSucceededDetails)Details about a chained invocation that succeeded.Event.BuilderchainedInvokeSucceededDetails(ChainedInvokeSucceededDetails chainedInvokeSucceededDetails)Details about a chained invocation that succeeded.default Event.BuilderchainedInvokeTimedOutDetails(Consumer<ChainedInvokeTimedOutDetails.Builder> chainedInvokeTimedOutDetails)Details about a chained invocation that timed out.Event.BuilderchainedInvokeTimedOutDetails(ChainedInvokeTimedOutDetails chainedInvokeTimedOutDetails)Details about a chained invocation that timed out.default Event.BuildercontextFailedDetails(Consumer<ContextFailedDetails.Builder> contextFailedDetails)Details about a context that failed.Event.BuildercontextFailedDetails(ContextFailedDetails contextFailedDetails)Details about a context that failed.default Event.BuildercontextStartedDetails(Consumer<ContextStartedDetails.Builder> contextStartedDetails)Details about a context that started.Event.BuildercontextStartedDetails(ContextStartedDetails contextStartedDetails)Details about a context that started.default Event.BuildercontextSucceededDetails(Consumer<ContextSucceededDetails.Builder> contextSucceededDetails)Details about a context that succeeded.Event.BuildercontextSucceededDetails(ContextSucceededDetails contextSucceededDetails)Details about a context that succeeded.Event.BuildereventId(Integer eventId)The unique identifier for this event.Event.BuildereventTimestamp(Instant eventTimestamp)The date and time when this event occurred, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).Event.BuildereventType(String eventType)The type of event that occurred.Event.BuildereventType(EventType eventType)The type of event that occurred.default Event.BuilderexecutionFailedDetails(Consumer<ExecutionFailedDetails.Builder> executionFailedDetails)Details about an execution that failed.Event.BuilderexecutionFailedDetails(ExecutionFailedDetails executionFailedDetails)Details about an execution that failed.default Event.BuilderexecutionStartedDetails(Consumer<ExecutionStartedDetails.Builder> executionStartedDetails)Details about an execution that started.Event.BuilderexecutionStartedDetails(ExecutionStartedDetails executionStartedDetails)Details about an execution that started.default Event.BuilderexecutionStoppedDetails(Consumer<ExecutionStoppedDetails.Builder> executionStoppedDetails)Details about an execution that was stopped.Event.BuilderexecutionStoppedDetails(ExecutionStoppedDetails executionStoppedDetails)Details about an execution that was stopped.default Event.BuilderexecutionSucceededDetails(Consumer<ExecutionSucceededDetails.Builder> executionSucceededDetails)Details about an execution that succeeded.Event.BuilderexecutionSucceededDetails(ExecutionSucceededDetails executionSucceededDetails)Details about an execution that succeeded.default Event.BuilderexecutionTimedOutDetails(Consumer<ExecutionTimedOutDetails.Builder> executionTimedOutDetails)Details about an execution that timed out.Event.BuilderexecutionTimedOutDetails(ExecutionTimedOutDetails executionTimedOutDetails)Details about an execution that timed out.Event.Builderid(String id)The unique identifier for this operation.default Event.BuilderinvocationCompletedDetails(Consumer<InvocationCompletedDetails.Builder> invocationCompletedDetails)Details about a function invocation that completed.Event.BuilderinvocationCompletedDetails(InvocationCompletedDetails invocationCompletedDetails)Details about a function invocation that completed.Event.Buildername(String name)The customer-provided name for this operation.Event.BuilderparentId(String parentId)The unique identifier of the parent operation, if this operation is running within a child context.default Event.BuilderstepFailedDetails(Consumer<StepFailedDetails.Builder> stepFailedDetails)Details about a step that failed.Event.BuilderstepFailedDetails(StepFailedDetails stepFailedDetails)Details about a step that failed.default Event.BuilderstepStartedDetails(Consumer<StepStartedDetails.Builder> stepStartedDetails)Details about a step that started.Event.BuilderstepStartedDetails(StepStartedDetails stepStartedDetails)Details about a step that started.default Event.BuilderstepSucceededDetails(Consumer<StepSucceededDetails.Builder> stepSucceededDetails)Details about a step that succeeded.Event.BuilderstepSucceededDetails(StepSucceededDetails stepSucceededDetails)Details about a step that succeeded.Event.BuildersubType(String subType)The subtype of the event, providing additional categorization.default Event.BuilderwaitCancelledDetails(Consumer<WaitCancelledDetails.Builder> waitCancelledDetails)Details about a wait operation that was cancelled.Event.BuilderwaitCancelledDetails(WaitCancelledDetails waitCancelledDetails)Details about a wait operation that was cancelled.default Event.BuilderwaitStartedDetails(Consumer<WaitStartedDetails.Builder> waitStartedDetails)Details about a wait operation that started.Event.BuilderwaitStartedDetails(WaitStartedDetails waitStartedDetails)Details about a wait operation that started.default Event.BuilderwaitSucceededDetails(Consumer<WaitSucceededDetails.Builder> waitSucceededDetails)Details about a wait operation that succeeded.Event.BuilderwaitSucceededDetails(WaitSucceededDetails waitSucceededDetails)Details about a wait operation that succeeded.-
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
-
eventType
Event.Builder eventType(String eventType)
The type of event that occurred.
-
eventType
Event.Builder eventType(EventType eventType)
The type of event that occurred.
-
subType
Event.Builder subType(String subType)
The subtype of the event, providing additional categorization.
- Parameters:
subType- The subtype of the event, providing additional categorization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventId
Event.Builder eventId(Integer eventId)
The unique identifier for this event. Event IDs increment sequentially.
- Parameters:
eventId- The unique identifier for this event. Event IDs increment sequentially.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
Event.Builder id(String id)
The unique identifier for this operation.
- Parameters:
id- The unique identifier for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Event.Builder name(String name)
The customer-provided name for this operation.
- Parameters:
name- The customer-provided name for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventTimestamp
Event.Builder eventTimestamp(Instant eventTimestamp)
The date and time when this event occurred, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
- Parameters:
eventTimestamp- The date and time when this event occurred, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parentId
Event.Builder parentId(String parentId)
The unique identifier of the parent operation, if this operation is running within a child context.
- Parameters:
parentId- The unique identifier of the parent operation, if this operation is running within a child context.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionStartedDetails
Event.Builder executionStartedDetails(ExecutionStartedDetails executionStartedDetails)
Details about an execution that started.
- Parameters:
executionStartedDetails- Details about an execution that started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionStartedDetails
default Event.Builder executionStartedDetails(Consumer<ExecutionStartedDetails.Builder> executionStartedDetails)
Details about an execution that started.
This is a convenience method that creates an instance of theExecutionStartedDetails.Builderavoiding the need to create one manually viaExecutionStartedDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toexecutionStartedDetails(ExecutionStartedDetails).- Parameters:
executionStartedDetails- a consumer that will call methods onExecutionStartedDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
executionStartedDetails(ExecutionStartedDetails)
-
executionSucceededDetails
Event.Builder executionSucceededDetails(ExecutionSucceededDetails executionSucceededDetails)
Details about an execution that succeeded.
- Parameters:
executionSucceededDetails- Details about an execution that succeeded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionSucceededDetails
default Event.Builder executionSucceededDetails(Consumer<ExecutionSucceededDetails.Builder> executionSucceededDetails)
Details about an execution that succeeded.
This is a convenience method that creates an instance of theExecutionSucceededDetails.Builderavoiding the need to create one manually viaExecutionSucceededDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toexecutionSucceededDetails(ExecutionSucceededDetails).- Parameters:
executionSucceededDetails- a consumer that will call methods onExecutionSucceededDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
executionSucceededDetails(ExecutionSucceededDetails)
-
executionFailedDetails
Event.Builder executionFailedDetails(ExecutionFailedDetails executionFailedDetails)
Details about an execution that failed.
- Parameters:
executionFailedDetails- Details about an execution that failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionFailedDetails
default Event.Builder executionFailedDetails(Consumer<ExecutionFailedDetails.Builder> executionFailedDetails)
Details about an execution that failed.
This is a convenience method that creates an instance of theExecutionFailedDetails.Builderavoiding the need to create one manually viaExecutionFailedDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toexecutionFailedDetails(ExecutionFailedDetails).- Parameters:
executionFailedDetails- a consumer that will call methods onExecutionFailedDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
executionFailedDetails(ExecutionFailedDetails)
-
executionTimedOutDetails
Event.Builder executionTimedOutDetails(ExecutionTimedOutDetails executionTimedOutDetails)
Details about an execution that timed out.
- Parameters:
executionTimedOutDetails- Details about an execution that timed out.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionTimedOutDetails
default Event.Builder executionTimedOutDetails(Consumer<ExecutionTimedOutDetails.Builder> executionTimedOutDetails)
Details about an execution that timed out.
This is a convenience method that creates an instance of theExecutionTimedOutDetails.Builderavoiding the need to create one manually viaExecutionTimedOutDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toexecutionTimedOutDetails(ExecutionTimedOutDetails).- Parameters:
executionTimedOutDetails- a consumer that will call methods onExecutionTimedOutDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
executionTimedOutDetails(ExecutionTimedOutDetails)
-
executionStoppedDetails
Event.Builder executionStoppedDetails(ExecutionStoppedDetails executionStoppedDetails)
Details about an execution that was stopped.
- Parameters:
executionStoppedDetails- Details about an execution that was stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionStoppedDetails
default Event.Builder executionStoppedDetails(Consumer<ExecutionStoppedDetails.Builder> executionStoppedDetails)
Details about an execution that was stopped.
This is a convenience method that creates an instance of theExecutionStoppedDetails.Builderavoiding the need to create one manually viaExecutionStoppedDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toexecutionStoppedDetails(ExecutionStoppedDetails).- Parameters:
executionStoppedDetails- a consumer that will call methods onExecutionStoppedDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
executionStoppedDetails(ExecutionStoppedDetails)
-
contextStartedDetails
Event.Builder contextStartedDetails(ContextStartedDetails contextStartedDetails)
Details about a context that started.
- Parameters:
contextStartedDetails- Details about a context that started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contextStartedDetails
default Event.Builder contextStartedDetails(Consumer<ContextStartedDetails.Builder> contextStartedDetails)
Details about a context that started.
This is a convenience method that creates an instance of theContextStartedDetails.Builderavoiding the need to create one manually viaContextStartedDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocontextStartedDetails(ContextStartedDetails).- Parameters:
contextStartedDetails- a consumer that will call methods onContextStartedDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
contextStartedDetails(ContextStartedDetails)
-
contextSucceededDetails
Event.Builder contextSucceededDetails(ContextSucceededDetails contextSucceededDetails)
Details about a context that succeeded.
- Parameters:
contextSucceededDetails- Details about a context that succeeded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contextSucceededDetails
default Event.Builder contextSucceededDetails(Consumer<ContextSucceededDetails.Builder> contextSucceededDetails)
Details about a context that succeeded.
This is a convenience method that creates an instance of theContextSucceededDetails.Builderavoiding the need to create one manually viaContextSucceededDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocontextSucceededDetails(ContextSucceededDetails).- Parameters:
contextSucceededDetails- a consumer that will call methods onContextSucceededDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
contextSucceededDetails(ContextSucceededDetails)
-
contextFailedDetails
Event.Builder contextFailedDetails(ContextFailedDetails contextFailedDetails)
Details about a context that failed.
- Parameters:
contextFailedDetails- Details about a context that failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contextFailedDetails
default Event.Builder contextFailedDetails(Consumer<ContextFailedDetails.Builder> contextFailedDetails)
Details about a context that failed.
This is a convenience method that creates an instance of theContextFailedDetails.Builderavoiding the need to create one manually viaContextFailedDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocontextFailedDetails(ContextFailedDetails).- Parameters:
contextFailedDetails- a consumer that will call methods onContextFailedDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
contextFailedDetails(ContextFailedDetails)
-
waitStartedDetails
Event.Builder waitStartedDetails(WaitStartedDetails waitStartedDetails)
Details about a wait operation that started.
- Parameters:
waitStartedDetails- Details about a wait operation that started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
waitStartedDetails
default Event.Builder waitStartedDetails(Consumer<WaitStartedDetails.Builder> waitStartedDetails)
Details about a wait operation that started.
This is a convenience method that creates an instance of theWaitStartedDetails.Builderavoiding the need to create one manually viaWaitStartedDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed towaitStartedDetails(WaitStartedDetails).- Parameters:
waitStartedDetails- a consumer that will call methods onWaitStartedDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
waitStartedDetails(WaitStartedDetails)
-
waitSucceededDetails
Event.Builder waitSucceededDetails(WaitSucceededDetails waitSucceededDetails)
Details about a wait operation that succeeded.
- Parameters:
waitSucceededDetails- Details about a wait operation that succeeded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
waitSucceededDetails
default Event.Builder waitSucceededDetails(Consumer<WaitSucceededDetails.Builder> waitSucceededDetails)
Details about a wait operation that succeeded.
This is a convenience method that creates an instance of theWaitSucceededDetails.Builderavoiding the need to create one manually viaWaitSucceededDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed towaitSucceededDetails(WaitSucceededDetails).- Parameters:
waitSucceededDetails- a consumer that will call methods onWaitSucceededDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
waitSucceededDetails(WaitSucceededDetails)
-
waitCancelledDetails
Event.Builder waitCancelledDetails(WaitCancelledDetails waitCancelledDetails)
Details about a wait operation that was cancelled.
- Parameters:
waitCancelledDetails- Details about a wait operation that was cancelled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
waitCancelledDetails
default Event.Builder waitCancelledDetails(Consumer<WaitCancelledDetails.Builder> waitCancelledDetails)
Details about a wait operation that was cancelled.
This is a convenience method that creates an instance of theWaitCancelledDetails.Builderavoiding the need to create one manually viaWaitCancelledDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed towaitCancelledDetails(WaitCancelledDetails).- Parameters:
waitCancelledDetails- a consumer that will call methods onWaitCancelledDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
waitCancelledDetails(WaitCancelledDetails)
-
stepStartedDetails
Event.Builder stepStartedDetails(StepStartedDetails stepStartedDetails)
Details about a step that started.
- Parameters:
stepStartedDetails- Details about a step that started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepStartedDetails
default Event.Builder stepStartedDetails(Consumer<StepStartedDetails.Builder> stepStartedDetails)
Details about a step that started.
This is a convenience method that creates an instance of theStepStartedDetails.Builderavoiding the need to create one manually viaStepStartedDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostepStartedDetails(StepStartedDetails).- Parameters:
stepStartedDetails- a consumer that will call methods onStepStartedDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
stepStartedDetails(StepStartedDetails)
-
stepSucceededDetails
Event.Builder stepSucceededDetails(StepSucceededDetails stepSucceededDetails)
Details about a step that succeeded.
- Parameters:
stepSucceededDetails- Details about a step that succeeded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepSucceededDetails
default Event.Builder stepSucceededDetails(Consumer<StepSucceededDetails.Builder> stepSucceededDetails)
Details about a step that succeeded.
This is a convenience method that creates an instance of theStepSucceededDetails.Builderavoiding the need to create one manually viaStepSucceededDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostepSucceededDetails(StepSucceededDetails).- Parameters:
stepSucceededDetails- a consumer that will call methods onStepSucceededDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
stepSucceededDetails(StepSucceededDetails)
-
stepFailedDetails
Event.Builder stepFailedDetails(StepFailedDetails stepFailedDetails)
Details about a step that failed.
- Parameters:
stepFailedDetails- Details about a step that failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepFailedDetails
default Event.Builder stepFailedDetails(Consumer<StepFailedDetails.Builder> stepFailedDetails)
Details about a step that failed.
This is a convenience method that creates an instance of theStepFailedDetails.Builderavoiding the need to create one manually viaStepFailedDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostepFailedDetails(StepFailedDetails).- Parameters:
stepFailedDetails- a consumer that will call methods onStepFailedDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
stepFailedDetails(StepFailedDetails)
-
chainedInvokeStartedDetails
Event.Builder chainedInvokeStartedDetails(ChainedInvokeStartedDetails chainedInvokeStartedDetails)
Sets the value of the ChainedInvokeStartedDetails property for this object.- Parameters:
chainedInvokeStartedDetails- The new value for the ChainedInvokeStartedDetails property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
chainedInvokeStartedDetails
default Event.Builder chainedInvokeStartedDetails(Consumer<ChainedInvokeStartedDetails.Builder> chainedInvokeStartedDetails)
Sets the value of the ChainedInvokeStartedDetails property for this object. This is a convenience method that creates an instance of theChainedInvokeStartedDetails.Builderavoiding the need to create one manually viaChainedInvokeStartedDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tochainedInvokeStartedDetails(ChainedInvokeStartedDetails).- Parameters:
chainedInvokeStartedDetails- a consumer that will call methods onChainedInvokeStartedDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
chainedInvokeStartedDetails(ChainedInvokeStartedDetails)
-
chainedInvokeSucceededDetails
Event.Builder chainedInvokeSucceededDetails(ChainedInvokeSucceededDetails chainedInvokeSucceededDetails)
Details about a chained invocation that succeeded.
- Parameters:
chainedInvokeSucceededDetails- Details about a chained invocation that succeeded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
chainedInvokeSucceededDetails
default Event.Builder chainedInvokeSucceededDetails(Consumer<ChainedInvokeSucceededDetails.Builder> chainedInvokeSucceededDetails)
Details about a chained invocation that succeeded.
This is a convenience method that creates an instance of theChainedInvokeSucceededDetails.Builderavoiding the need to create one manually viaChainedInvokeSucceededDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tochainedInvokeSucceededDetails(ChainedInvokeSucceededDetails).- Parameters:
chainedInvokeSucceededDetails- a consumer that will call methods onChainedInvokeSucceededDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
chainedInvokeSucceededDetails(ChainedInvokeSucceededDetails)
-
chainedInvokeFailedDetails
Event.Builder chainedInvokeFailedDetails(ChainedInvokeFailedDetails chainedInvokeFailedDetails)
Sets the value of the ChainedInvokeFailedDetails property for this object.- Parameters:
chainedInvokeFailedDetails- The new value for the ChainedInvokeFailedDetails property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
chainedInvokeFailedDetails
default Event.Builder chainedInvokeFailedDetails(Consumer<ChainedInvokeFailedDetails.Builder> chainedInvokeFailedDetails)
Sets the value of the ChainedInvokeFailedDetails property for this object. This is a convenience method that creates an instance of theChainedInvokeFailedDetails.Builderavoiding the need to create one manually viaChainedInvokeFailedDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tochainedInvokeFailedDetails(ChainedInvokeFailedDetails).- Parameters:
chainedInvokeFailedDetails- a consumer that will call methods onChainedInvokeFailedDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
chainedInvokeFailedDetails(ChainedInvokeFailedDetails)
-
chainedInvokeTimedOutDetails
Event.Builder chainedInvokeTimedOutDetails(ChainedInvokeTimedOutDetails chainedInvokeTimedOutDetails)
Details about a chained invocation that timed out.
- Parameters:
chainedInvokeTimedOutDetails- Details about a chained invocation that timed out.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
chainedInvokeTimedOutDetails
default Event.Builder chainedInvokeTimedOutDetails(Consumer<ChainedInvokeTimedOutDetails.Builder> chainedInvokeTimedOutDetails)
Details about a chained invocation that timed out.
This is a convenience method that creates an instance of theChainedInvokeTimedOutDetails.Builderavoiding the need to create one manually viaChainedInvokeTimedOutDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tochainedInvokeTimedOutDetails(ChainedInvokeTimedOutDetails).- Parameters:
chainedInvokeTimedOutDetails- a consumer that will call methods onChainedInvokeTimedOutDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
chainedInvokeTimedOutDetails(ChainedInvokeTimedOutDetails)
-
chainedInvokeStoppedDetails
Event.Builder chainedInvokeStoppedDetails(ChainedInvokeStoppedDetails chainedInvokeStoppedDetails)
Details about a chained invocation that was stopped.
- Parameters:
chainedInvokeStoppedDetails- Details about a chained invocation that was stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
chainedInvokeStoppedDetails
default Event.Builder chainedInvokeStoppedDetails(Consumer<ChainedInvokeStoppedDetails.Builder> chainedInvokeStoppedDetails)
Details about a chained invocation that was stopped.
This is a convenience method that creates an instance of theChainedInvokeStoppedDetails.Builderavoiding the need to create one manually viaChainedInvokeStoppedDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tochainedInvokeStoppedDetails(ChainedInvokeStoppedDetails).- Parameters:
chainedInvokeStoppedDetails- a consumer that will call methods onChainedInvokeStoppedDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
chainedInvokeStoppedDetails(ChainedInvokeStoppedDetails)
-
callbackStartedDetails
Event.Builder callbackStartedDetails(CallbackStartedDetails callbackStartedDetails)
Sets the value of the CallbackStartedDetails property for this object.- Parameters:
callbackStartedDetails- The new value for the CallbackStartedDetails property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
callbackStartedDetails
default Event.Builder callbackStartedDetails(Consumer<CallbackStartedDetails.Builder> callbackStartedDetails)
Sets the value of the CallbackStartedDetails property for this object. This is a convenience method that creates an instance of theCallbackStartedDetails.Builderavoiding the need to create one manually viaCallbackStartedDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocallbackStartedDetails(CallbackStartedDetails).- Parameters:
callbackStartedDetails- a consumer that will call methods onCallbackStartedDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
callbackStartedDetails(CallbackStartedDetails)
-
callbackSucceededDetails
Event.Builder callbackSucceededDetails(CallbackSucceededDetails callbackSucceededDetails)
Sets the value of the CallbackSucceededDetails property for this object.- Parameters:
callbackSucceededDetails- The new value for the CallbackSucceededDetails property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
callbackSucceededDetails
default Event.Builder callbackSucceededDetails(Consumer<CallbackSucceededDetails.Builder> callbackSucceededDetails)
Sets the value of the CallbackSucceededDetails property for this object. This is a convenience method that creates an instance of theCallbackSucceededDetails.Builderavoiding the need to create one manually viaCallbackSucceededDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocallbackSucceededDetails(CallbackSucceededDetails).- Parameters:
callbackSucceededDetails- a consumer that will call methods onCallbackSucceededDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
callbackSucceededDetails(CallbackSucceededDetails)
-
callbackFailedDetails
Event.Builder callbackFailedDetails(CallbackFailedDetails callbackFailedDetails)
Sets the value of the CallbackFailedDetails property for this object.- Parameters:
callbackFailedDetails- The new value for the CallbackFailedDetails property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
callbackFailedDetails
default Event.Builder callbackFailedDetails(Consumer<CallbackFailedDetails.Builder> callbackFailedDetails)
Sets the value of the CallbackFailedDetails property for this object. This is a convenience method that creates an instance of theCallbackFailedDetails.Builderavoiding the need to create one manually viaCallbackFailedDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocallbackFailedDetails(CallbackFailedDetails).- Parameters:
callbackFailedDetails- a consumer that will call methods onCallbackFailedDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
callbackFailedDetails(CallbackFailedDetails)
-
callbackTimedOutDetails
Event.Builder callbackTimedOutDetails(CallbackTimedOutDetails callbackTimedOutDetails)
Sets the value of the CallbackTimedOutDetails property for this object.- Parameters:
callbackTimedOutDetails- The new value for the CallbackTimedOutDetails property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
callbackTimedOutDetails
default Event.Builder callbackTimedOutDetails(Consumer<CallbackTimedOutDetails.Builder> callbackTimedOutDetails)
Sets the value of the CallbackTimedOutDetails property for this object. This is a convenience method that creates an instance of theCallbackTimedOutDetails.Builderavoiding the need to create one manually viaCallbackTimedOutDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocallbackTimedOutDetails(CallbackTimedOutDetails).- Parameters:
callbackTimedOutDetails- a consumer that will call methods onCallbackTimedOutDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
callbackTimedOutDetails(CallbackTimedOutDetails)
-
invocationCompletedDetails
Event.Builder invocationCompletedDetails(InvocationCompletedDetails invocationCompletedDetails)
Details about a function invocation that completed.
- Parameters:
invocationCompletedDetails- Details about a function invocation that completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
invocationCompletedDetails
default Event.Builder invocationCompletedDetails(Consumer<InvocationCompletedDetails.Builder> invocationCompletedDetails)
Details about a function invocation that completed.
This is a convenience method that creates an instance of theInvocationCompletedDetails.Builderavoiding the need to create one manually viaInvocationCompletedDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinvocationCompletedDetails(InvocationCompletedDetails).- Parameters:
invocationCompletedDetails- a consumer that will call methods onInvocationCompletedDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
invocationCompletedDetails(InvocationCompletedDetails)
-
-