Interface Event.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Event.Builder,,Event> SdkBuilder<Event.Builder,,Event> SdkPojo
- Enclosing class:
Event
-
Method Summary
Modifier and TypeMethodDescriptiondefault Event.BuildercallbackFailedDetails(Consumer<CallbackFailedDetails.Builder> callbackFailedDetails) Sets the value of the CallbackFailedDetails property for this object.callbackFailedDetails(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.callbackStartedDetails(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.callbackSucceededDetails(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.callbackTimedOutDetails(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.chainedInvokeFailedDetails(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.chainedInvokeStartedDetails(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.chainedInvokeStoppedDetails(ChainedInvokeStoppedDetails chainedInvokeStoppedDetails) Details about a chained invocation that was stopped.default Event.BuilderchainedInvokeSucceededDetails(Consumer<ChainedInvokeSucceededDetails.Builder> chainedInvokeSucceededDetails) Details about a chained invocation that succeeded.chainedInvokeSucceededDetails(ChainedInvokeSucceededDetails chainedInvokeSucceededDetails) Details about a chained invocation that succeeded.default Event.BuilderchainedInvokeTimedOutDetails(Consumer<ChainedInvokeTimedOutDetails.Builder> chainedInvokeTimedOutDetails) Details about a chained invocation that timed out.chainedInvokeTimedOutDetails(ChainedInvokeTimedOutDetails chainedInvokeTimedOutDetails) Details about a chained invocation that timed out.default Event.BuildercontextFailedDetails(Consumer<ContextFailedDetails.Builder> contextFailedDetails) Details about a context that failed.contextFailedDetails(ContextFailedDetails contextFailedDetails) Details about a context that failed.default Event.BuildercontextStartedDetails(Consumer<ContextStartedDetails.Builder> contextStartedDetails) Details about a context that started.contextStartedDetails(ContextStartedDetails contextStartedDetails) Details about a context that started.default Event.BuildercontextSucceededDetails(Consumer<ContextSucceededDetails.Builder> contextSucceededDetails) Details about a context that succeeded.contextSucceededDetails(ContextSucceededDetails contextSucceededDetails) Details about a context that succeeded.The unique identifier for this event.eventTimestamp(Instant eventTimestamp) The date and time when this event occurred, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).The type of event that occurred.The type of event that occurred.default Event.BuilderexecutionFailedDetails(Consumer<ExecutionFailedDetails.Builder> executionFailedDetails) Details about an execution that failed.executionFailedDetails(ExecutionFailedDetails executionFailedDetails) Details about an execution that failed.default Event.BuilderexecutionStartedDetails(Consumer<ExecutionStartedDetails.Builder> executionStartedDetails) Details about an execution that started.executionStartedDetails(ExecutionStartedDetails executionStartedDetails) Details about an execution that started.default Event.BuilderexecutionStoppedDetails(Consumer<ExecutionStoppedDetails.Builder> executionStoppedDetails) Details about an execution that was stopped.executionStoppedDetails(ExecutionStoppedDetails executionStoppedDetails) Details about an execution that was stopped.default Event.BuilderexecutionSucceededDetails(Consumer<ExecutionSucceededDetails.Builder> executionSucceededDetails) Details about an execution that succeeded.executionSucceededDetails(ExecutionSucceededDetails executionSucceededDetails) Details about an execution that succeeded.default Event.BuilderexecutionTimedOutDetails(Consumer<ExecutionTimedOutDetails.Builder> executionTimedOutDetails) Details about an execution that timed out.executionTimedOutDetails(ExecutionTimedOutDetails executionTimedOutDetails) Details about an execution that timed out.The unique identifier for this operation.default Event.BuilderinvocationCompletedDetails(Consumer<InvocationCompletedDetails.Builder> invocationCompletedDetails) Details about a function invocation that completed.invocationCompletedDetails(InvocationCompletedDetails invocationCompletedDetails) Details about a function invocation that completed.The customer-provided name for this operation.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.stepFailedDetails(StepFailedDetails stepFailedDetails) Details about a step that failed.default Event.BuilderstepStartedDetails(Consumer<StepStartedDetails.Builder> stepStartedDetails) Details about a step that started.stepStartedDetails(StepStartedDetails stepStartedDetails) Details about a step that started.default Event.BuilderstepSucceededDetails(Consumer<StepSucceededDetails.Builder> stepSucceededDetails) Details about a step that succeeded.stepSucceededDetails(StepSucceededDetails stepSucceededDetails) Details about a step that succeeded.The subtype of the event, providing additional categorization.default Event.BuilderwaitCancelledDetails(Consumer<WaitCancelledDetails.Builder> waitCancelledDetails) Details about a wait operation that was cancelled.waitCancelledDetails(WaitCancelledDetails waitCancelledDetails) Details about a wait operation that was cancelled.default Event.BuilderwaitStartedDetails(Consumer<WaitStartedDetails.Builder> waitStartedDetails) Details about a wait operation that started.waitStartedDetails(WaitStartedDetails waitStartedDetails) Details about a wait operation that started.default Event.BuilderwaitSucceededDetails(Consumer<WaitSucceededDetails.Builder> waitSucceededDetails) Details about a wait operation that succeeded.waitSucceededDetails(WaitSucceededDetails waitSucceededDetails) Details about a wait operation that succeeded.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
eventType
The type of event that occurred.
- Parameters:
eventType- The type of event that occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
eventType
The type of event that occurred.
- Parameters:
eventType- The type of event that occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
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
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
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
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
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
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
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
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:
-
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:
-
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:
-
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
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:
-
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:
-
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
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-