Interface UnprocessedStatusEvent.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UnprocessedStatusEvent.Builder,,UnprocessedStatusEvent> SdkBuilder<UnprocessedStatusEvent.Builder,,UnprocessedStatusEvent> SdkPojo
- Enclosing class:
UnprocessedStatusEvent
@Mutable
@NotThreadSafe
public static interface UnprocessedStatusEvent.Builder
extends SdkPojo, CopyableBuilder<UnprocessedStatusEvent.Builder,UnprocessedStatusEvent>
-
Method Summary
Modifier and TypeMethodDescriptionfailedReason(String failedReason) The reason why this status event could not be processed, such as throttling or validation errors.failedReason(UnprocessedStatusEventFailureReason failedReason) The reason why this status event could not be processed, such as throttling or validation errors.instrumentationType(String instrumentationType) The type of instrumentation configuration for the unprocessed status event.instrumentationType(InstrumentationType instrumentationType) The type of instrumentation configuration for the unprocessed status event.locationHash(String locationHash) The stable hash of the instrumentation location for the unprocessed event.signalType(String signalType) The telemetry signal type for the unprocessed status event.signalType(DynamicInstrumentationSignalType signalType) The telemetry signal type for the unprocessed status event.The status that failed to be processed.The status that failed to be processed.The timestamp of the status event that failed to be processed.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
-
instrumentationType
The type of instrumentation configuration for the unprocessed status event.
- Parameters:
instrumentationType- The type of instrumentation configuration for the unprocessed status event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
instrumentationType
The type of instrumentation configuration for the unprocessed status event.
- Parameters:
instrumentationType- The type of instrumentation configuration for the unprocessed status event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
signalType
The telemetry signal type for the unprocessed status event.
- Parameters:
signalType- The telemetry signal type for the unprocessed status event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
signalType
The telemetry signal type for the unprocessed status event.
- Parameters:
signalType- The telemetry signal type for the unprocessed status event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
locationHash
The stable hash of the instrumentation location for the unprocessed event.
- Parameters:
locationHash- The stable hash of the instrumentation location for the unprocessed event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status that failed to be processed.
- Parameters:
status- The status that failed to be processed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status that failed to be processed.
- Parameters:
status- The status that failed to be processed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
time
The timestamp of the status event that failed to be processed.
- Parameters:
time- The timestamp of the status event that failed to be processed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failedReason
The reason why this status event could not be processed, such as throttling or validation errors.
- Parameters:
failedReason- The reason why this status event could not be processed, such as throttling or validation errors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
failedReason
The reason why this status event could not be processed, such as throttling or validation errors.
- Parameters:
failedReason- The reason why this status event could not be processed, such as throttling or validation errors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-