Interface FlowTraceNodeActionEvent.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FlowTraceNodeActionEvent.Builder,FlowTraceNodeActionEvent>,SdkBuilder<FlowTraceNodeActionEvent.Builder,FlowTraceNodeActionEvent>,SdkPojo
- Enclosing class:
- FlowTraceNodeActionEvent
@Mutable @NotThreadSafe public static interface FlowTraceNodeActionEvent.Builder extends SdkPojo, CopyableBuilder<FlowTraceNodeActionEvent.Builder,FlowTraceNodeActionEvent>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FlowTraceNodeActionEvent.BuildernodeName(String nodeName)The name of the node that called the operation.FlowTraceNodeActionEvent.BuilderoperationName(String operationName)The name of the operation that the node called.FlowTraceNodeActionEvent.BuilderrequestId(String requestIdValue)The ID of the request that the node made to the operation.FlowTraceNodeActionEvent.BuilderserviceName(String serviceName)The name of the service that the node called.FlowTraceNodeActionEvent.Buildertimestamp(Instant timestamp)The date and time that the operation was called.-
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
-
nodeName
FlowTraceNodeActionEvent.Builder nodeName(String nodeName)
The name of the node that called the operation.
- Parameters:
nodeName- The name of the node that called the operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operationName
FlowTraceNodeActionEvent.Builder operationName(String operationName)
The name of the operation that the node called.
- Parameters:
operationName- The name of the operation that the node called.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestId
FlowTraceNodeActionEvent.Builder requestId(String requestIdValue)
The ID of the request that the node made to the operation.
- Parameters:
requestIdValue- The ID of the request that the node made to the operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceName
FlowTraceNodeActionEvent.Builder serviceName(String serviceName)
The name of the service that the node called.
- Parameters:
serviceName- The name of the service that the node called.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timestamp
FlowTraceNodeActionEvent.Builder timestamp(Instant timestamp)
The date and time that the operation was called.
- Parameters:
timestamp- The date and time that the operation was called.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-