StructuredPojo
, ToCopyableBuilder<Service.Builder,Service>
@Generated("software.amazon.awssdk:codegen") public class Service extends Object implements StructuredPojo, ToCopyableBuilder<Service.Builder,Service>
Information about an application that processed requests, users that made requests, or downstream services, resources and applications that an application used.
Modifier and Type | Class | Description |
---|---|---|
static interface |
Service.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
accountId() |
Identifier of the AWS account in which the service runs.
|
static Service.Builder |
builder() |
|
List<HistogramEntry> |
durationHistogram() |
A histogram that maps the spread of service durations.
|
List<Edge> |
edges() |
Connections to downstream services.
|
Date |
endTime() |
The end time of the last segment that the service generated.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name() |
The canonical name of the service.
|
List<String> |
names() |
A list of names for the service, including the canonical name.
|
Integer |
referenceId() |
Identifier for the service.
|
List<HistogramEntry> |
responseTimeHistogram() |
A histogram that maps the spread of service response times.
|
Boolean |
root() |
Indicates that the service was the first service to process a request.
|
static Class<? extends Service.Builder> |
serializableBuilderClass() |
|
Date |
startTime() |
The start time of the first segment that the service generated.
|
String |
state() |
The service's state.
|
ServiceStatistics |
summaryStatistics() |
Aggregated statistics for the service.
|
Service.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
type() |
The type of service.
|
public Integer referenceId()
Identifier for the service. Unique within the service map.
public String name()
The canonical name of the service.
public List<String> names()
A list of names for the service, including the canonical name.
public Boolean root()
Indicates that the service was the first service to process a request.
public String accountId()
Identifier of the AWS account in which the service runs.
public String type()
The type of service.
AWS Resource - The type of an AWS resource. For example, AWS::EC2::Instance
for a application
running on Amazon EC2 or AWS::DynamoDB::Table
for an Amazon DynamoDB table that the application
used.
AWS Service - The type of an AWS service. For example, AWS::DynamoDB
for downstream calls to Amazon
DynamoDB that didn't target a specific table.
client
- Represents the clients that sent requests to a root service.
remote
- A downstream service of indeterminate type.
AWS Resource - The type of an AWS resource. For example, AWS::EC2::Instance
for a
application running on Amazon EC2 or AWS::DynamoDB::Table
for an Amazon DynamoDB table that
the application used.
AWS Service - The type of an AWS service. For example, AWS::DynamoDB
for downstream calls to
Amazon DynamoDB that didn't target a specific table.
client
- Represents the clients that sent requests to a root service.
remote
- A downstream service of indeterminate type.
public String state()
The service's state.
public Date startTime()
The start time of the first segment that the service generated.
public Date endTime()
The end time of the last segment that the service generated.
public List<Edge> edges()
Connections to downstream services.
public ServiceStatistics summaryStatistics()
Aggregated statistics for the service.
public List<HistogramEntry> durationHistogram()
A histogram that maps the spread of service durations.
public List<HistogramEntry> responseTimeHistogram()
A histogram that maps the spread of service response times.
public Service.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Service.Builder,Service>
public static Service.Builder builder()
public static Class<? extends Service.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.