Interface ResponseTimeRootCauseService.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ResponseTimeRootCauseService.Builder,ResponseTimeRootCauseService>,SdkBuilder<ResponseTimeRootCauseService.Builder,ResponseTimeRootCauseService>,SdkPojo
- Enclosing class:
- ResponseTimeRootCauseService
@Mutable @NotThreadSafe public static interface ResponseTimeRootCauseService.Builder extends SdkPojo, CopyableBuilder<ResponseTimeRootCauseService.Builder,ResponseTimeRootCauseService>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResponseTimeRootCauseService.BuilderaccountId(String accountId)The account ID associated to the service.ResponseTimeRootCauseService.BuilderentityPath(Collection<ResponseTimeRootCauseEntity> entityPath)The path of root cause entities found on the service.ResponseTimeRootCauseService.BuilderentityPath(Consumer<ResponseTimeRootCauseEntity.Builder>... entityPath)The path of root cause entities found on the service.ResponseTimeRootCauseService.BuilderentityPath(ResponseTimeRootCauseEntity... entityPath)The path of root cause entities found on the service.ResponseTimeRootCauseService.Builderinferred(Boolean inferred)A Boolean value indicating if the service is inferred from the trace.ResponseTimeRootCauseService.Buildername(String name)The service name.ResponseTimeRootCauseService.Buildernames(String... names)A collection of associated service names.ResponseTimeRootCauseService.Buildernames(Collection<String> names)A collection of associated service names.ResponseTimeRootCauseService.Buildertype(String type)The type associated to the service.-
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
ResponseTimeRootCauseService.Builder name(String name)
The service name.
- Parameters:
name- The service name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
names
ResponseTimeRootCauseService.Builder names(Collection<String> names)
A collection of associated service names.
- Parameters:
names- A collection of associated service names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
names
ResponseTimeRootCauseService.Builder names(String... names)
A collection of associated service names.
- Parameters:
names- A collection of associated service names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
ResponseTimeRootCauseService.Builder type(String type)
The type associated to the service.
- Parameters:
type- The type associated to the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountId
ResponseTimeRootCauseService.Builder accountId(String accountId)
The account ID associated to the service.
- Parameters:
accountId- The account ID associated to the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityPath
ResponseTimeRootCauseService.Builder entityPath(Collection<ResponseTimeRootCauseEntity> entityPath)
The path of root cause entities found on the service.
- Parameters:
entityPath- The path of root cause entities found on the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityPath
ResponseTimeRootCauseService.Builder entityPath(ResponseTimeRootCauseEntity... entityPath)
The path of root cause entities found on the service.
- Parameters:
entityPath- The path of root cause entities found on the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityPath
ResponseTimeRootCauseService.Builder entityPath(Consumer<ResponseTimeRootCauseEntity.Builder>... entityPath)
The path of root cause entities found on the service.
This is a convenience method that creates an instance of theResponseTimeRootCauseEntity.Builderavoiding the need to create one manually viaResponseTimeRootCauseEntity.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#entityPath(List.) - Parameters:
entityPath- a consumer that will call methods onResponseTimeRootCauseEntity.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#entityPath(java.util.Collection)
-
inferred
ResponseTimeRootCauseService.Builder inferred(Boolean inferred)
A Boolean value indicating if the service is inferred from the trace.
- Parameters:
inferred- A Boolean value indicating if the service is inferred from the trace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-