Interface InstrumentationConfigurationStatusReport.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InstrumentationConfigurationStatusReport.Builder,,InstrumentationConfigurationStatusReport> SdkBuilder<InstrumentationConfigurationStatusReport.Builder,,InstrumentationConfigurationStatusReport> SdkPojo
- Enclosing class:
InstrumentationConfigurationStatusReport
-
Method Summary
Modifier and TypeMethodDescriptionerrorCause(String errorCause) The error cause when the status isERROR, such as the file or method not being found.errorCause(InstrumentationErrorCause errorCause) The error cause when the status isERROR, such as the file or method not being found.instrumentationType(String instrumentationType) The type of instrumentation configuration being reported.instrumentationType(InstrumentationType instrumentationType) The type of instrumentation configuration being reported.locationHash(String locationHash) The stable hash of the instrumentation location that identifies the configuration being reported.signalType(String signalType) The telemetry signal type for this instrumentation configuration.signalType(DynamicInstrumentationSignalType signalType) The telemetry signal type for this instrumentation configuration.The status of the instrumentation configuration:READY,ERROR,ACTIVE, orDISABLED.The status of the instrumentation configuration:READY,ERROR,ACTIVE, orDISABLED.The timestamp when the status event occurred.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 being reported.
- Parameters:
instrumentationType- The type of instrumentation configuration being reported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
instrumentationType
InstrumentationConfigurationStatusReport.Builder instrumentationType(InstrumentationType instrumentationType) The type of instrumentation configuration being reported.
- Parameters:
instrumentationType- The type of instrumentation configuration being reported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
signalType
The telemetry signal type for this instrumentation configuration.
- Parameters:
signalType- The telemetry signal type for this instrumentation configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
signalType
InstrumentationConfigurationStatusReport.Builder signalType(DynamicInstrumentationSignalType signalType) The telemetry signal type for this instrumentation configuration.
- Parameters:
signalType- The telemetry signal type for this instrumentation configuration.- 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 that identifies the configuration being reported.
- Parameters:
locationHash- The stable hash of the instrumentation location that identifies the configuration being reported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the instrumentation configuration:
READY,ERROR,ACTIVE, orDISABLED.- Parameters:
status- The status of the instrumentation configuration:READY,ERROR,ACTIVE, orDISABLED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the instrumentation configuration:
READY,ERROR,ACTIVE, orDISABLED.- Parameters:
status- The status of the instrumentation configuration:READY,ERROR,ACTIVE, orDISABLED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
time
The timestamp when the status event occurred.
- Parameters:
time- The timestamp when the status event occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCause
The error cause when the status is
ERROR, such as the file or method not being found.- Parameters:
errorCause- The error cause when the status isERROR, such as the file or method not being found.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorCause
The error cause when the status is
ERROR, such as the file or method not being found.- Parameters:
errorCause- The error cause when the status isERROR, such as the file or method not being found.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-