Interface ResponseTimeRootCauseEntity.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ResponseTimeRootCauseEntity.Builder,ResponseTimeRootCauseEntity>,SdkBuilder<ResponseTimeRootCauseEntity.Builder,ResponseTimeRootCauseEntity>,SdkPojo
- Enclosing class:
- ResponseTimeRootCauseEntity
@Mutable @NotThreadSafe public static interface ResponseTimeRootCauseEntity.Builder extends SdkPojo, CopyableBuilder<ResponseTimeRootCauseEntity.Builder,ResponseTimeRootCauseEntity>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResponseTimeRootCauseEntity.Buildercoverage(Double coverage)The type and messages of the exceptions.ResponseTimeRootCauseEntity.Buildername(String name)The name of the entity.ResponseTimeRootCauseEntity.Builderremote(Boolean remote)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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
name
ResponseTimeRootCauseEntity.Builder name(String 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
ResponseTimeRootCauseEntity.Builder coverage(Double 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
ResponseTimeRootCauseEntity.Builder remote(Boolean 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.
-
-