Interface ResponseTimeRootCauseEntity.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ResponseTimeRootCauseEntity.Builder,
,ResponseTimeRootCauseEntity> SdkBuilder<ResponseTimeRootCauseEntity.Builder,
,ResponseTimeRootCauseEntity> SdkPojo
- Enclosing class:
ResponseTimeRootCauseEntity
public static interface ResponseTimeRootCauseEntity.Builder
extends SdkPojo, CopyableBuilder<ResponseTimeRootCauseEntity.Builder,ResponseTimeRootCauseEntity>
-
Method Summary
Modifier and TypeMethodDescriptionThe type and messages of the exceptions.The name of the entity.A flag that denotes a remote subsegment.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
-
name
The name of the entity.
- Parameters:
name
- The name of the entity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
coverage
The type and messages of the exceptions.
- Parameters:
coverage
- The type and messages of the exceptions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
remote
A flag that denotes a remote subsegment.
- Parameters:
remote
- A flag that denotes a remote subsegment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-