@Generated(value="software.amazon.awssdk:codegen") public final class Edge extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Edge.Builder,Edge>
Information about a connection between two services. An edge can be a synchronous connection, such as typical call between client and service, or an asynchronous link, such as a Lambda function which retrieves an event from an SNS queue.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Edge.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<Alias> |
aliases()
Aliases for the edge.
|
static Edge.Builder |
builder() |
String |
edgeType()
Describes an asynchronous connection, with a value of
link. |
Instant |
endTime()
The end time of the last segment on the edge.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAliases()
For responses, this returns true if the service returned a value for the Aliases property.
|
int |
hashCode() |
boolean |
hasReceivedEventAgeHistogram()
For responses, this returns true if the service returned a value for the ReceivedEventAgeHistogram property.
|
boolean |
hasResponseTimeHistogram()
For responses, this returns true if the service returned a value for the ResponseTimeHistogram property.
|
List<HistogramEntry> |
receivedEventAgeHistogram()
A histogram that maps the spread of event age when received by consumers.
|
Integer |
referenceId()
Identifier of the edge.
|
List<HistogramEntry> |
responseTimeHistogram()
A histogram that maps the spread of client response times on an edge.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Edge.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The start time of the first segment on the edge.
|
EdgeStatistics |
summaryStatistics()
Response statistics for segments on the edge.
|
Edge.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer referenceId()
Identifier of the edge. Unique within a service map.
public final Instant startTime()
The start time of the first segment on the edge.
public final Instant endTime()
The end time of the last segment on the edge.
public final EdgeStatistics summaryStatistics()
Response statistics for segments on the edge.
public final boolean hasResponseTimeHistogram()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.public final List<HistogramEntry> responseTimeHistogram()
A histogram that maps the spread of client response times on an edge. Only populated for synchronous edges.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasResponseTimeHistogram() method.
public final boolean hasAliases()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<Alias> aliases()
Aliases for the edge.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAliases() method.
public final String edgeType()
Describes an asynchronous connection, with a value of link.
link.public final boolean hasReceivedEventAgeHistogram()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.public final List<HistogramEntry> receivedEventAgeHistogram()
A histogram that maps the spread of event age when received by consumers. Age is calculated each time an event is
received. Only populated when EdgeType is link.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasReceivedEventAgeHistogram() method.
link.public Edge.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Edge.Builder,Edge>public static Edge.Builder builder()
public static Class<? extends Edge.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.