Interface TelemetryMetadata.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TelemetryMetadata.Builder,
,TelemetryMetadata> SdkBuilder<TelemetryMetadata.Builder,
,TelemetryMetadata> SdkPojo
- Enclosing class:
TelemetryMetadata
public static interface TelemetryMetadata.Builder
extends SdkPojo, CopyableBuilder<TelemetryMetadata.Builder,TelemetryMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionThe count of messages that the agent sends to the Amazon Inspector service.The data size of messages that the agent sends to the Amazon Inspector service.messageType
(String messageType) A specific type of behavioral data that is collected by the agent.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, sdkFields
-
Method Details
-
messageType
A specific type of behavioral data that is collected by the agent.
- Parameters:
messageType
- A specific type of behavioral data that is collected by the agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
count
The count of messages that the agent sends to the Amazon Inspector service.
- Parameters:
count
- The count of messages that the agent sends to the Amazon Inspector service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSize
The data size of messages that the agent sends to the Amazon Inspector service.
- Parameters:
dataSize
- The data size of messages that the agent sends to the Amazon Inspector service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-