Class MonitorTopContributorsRow
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<MonitorTopContributorsRow.Builder,
MonitorTopContributorsRow>
A set of information for a top contributor network flow in a monitor. In a monitor, Network Flow Monitor returns information about the network flows for top contributors for each metric. Top contributors are network flows with the top values for each metric type.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
final DestinationCategory
The destination category for a top contributors row.final String
The destination category for a top contributors row.final String
dnatIp()
The destination network address translation (DNAT) IP address for a top contributor network flow.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final boolean
For responses, this returns true if the service returned a value for the TraversedConstructs property.final KubernetesMetadata
Meta data about Kubernetes resources.final String
localAz()
The Availability Zone for the local resource for a top contributor network flow.final String
The Amazon Resource Name (ARN) of a local resource.final String
The instance identifier for the local resource for a top contributor network flow.final String
localIp()
The IP address of the local resource for a top contributor network flow.final String
The Amazon Web Services Region for the local resource for a top contributor network flow.final String
The Amazon Resource Name (ARN) of a local subnet.final String
The subnet ID for the local resource for a top contributor network flow.final String
The Amazon Resource Name (ARN) of a local VPC.final String
The VPC ID for a top contributor network flow for the local resource.final String
remoteAz()
The Availability Zone for the remote resource for a top contributor network flow.final String
The Amazon Resource Name (ARN) of a remote resource.final String
The instance identifier for the remote resource for a top contributor network flow.final String
remoteIp()
The IP address of the remote resource for a top contributor network flow.final String
The Amazon Web Services Region for the remote resource for a top contributor network flow.final String
The Amazon Resource Name (ARN) of a remote subnet.final String
The subnet ID for the remote resource for a top contributor network flow.final String
The Amazon Resource Name (ARN) of a remote VPC.final String
The VPC ID for a top contributor network flow for the remote resource.static Class
<? extends MonitorTopContributorsRow.Builder> final String
snatIp()
The secure network address translation (SNAT) IP address for a top contributor network flow.final Integer
The target port.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.final List
<TraversedComponent> The constructs traversed by a network flow.final Long
value()
The value of the metric for a top contributor network flow.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
localIp
The IP address of the local resource for a top contributor network flow.
- Returns:
- The IP address of the local resource for a top contributor network flow.
-
snatIp
The secure network address translation (SNAT) IP address for a top contributor network flow.
- Returns:
- The secure network address translation (SNAT) IP address for a top contributor network flow.
-
localInstanceId
The instance identifier for the local resource for a top contributor network flow.
- Returns:
- The instance identifier for the local resource for a top contributor network flow.
-
localVpcId
The VPC ID for a top contributor network flow for the local resource.
- Returns:
- The VPC ID for a top contributor network flow for the local resource.
-
localRegion
The Amazon Web Services Region for the local resource for a top contributor network flow.
- Returns:
- The Amazon Web Services Region for the local resource for a top contributor network flow.
-
localAz
The Availability Zone for the local resource for a top contributor network flow.
- Returns:
- The Availability Zone for the local resource for a top contributor network flow.
-
localSubnetId
The subnet ID for the local resource for a top contributor network flow.
- Returns:
- The subnet ID for the local resource for a top contributor network flow.
-
targetPort
-
destinationCategory
The destination category for a top contributors row. Destination categories can be one of the following:
-
INTRA_AZ
: Top contributor network flows within a single Availability Zone -
INTER_AZ
: Top contributor network flows between Availability Zones -
INTER_VPC
: Top contributor network flows between VPCs -
AWS_SERVICES
: Top contributor network flows to or from Amazon Web Services services -
UNCLASSIFIED
: Top contributor network flows that do not have a bucket classification
If the service returns an enum value that is not available in the current SDK version,
destinationCategory
will returnDestinationCategory.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromdestinationCategoryAsString()
.- Returns:
- The destination category for a top contributors row. Destination categories can be one of the following:
-
INTRA_AZ
: Top contributor network flows within a single Availability Zone -
INTER_AZ
: Top contributor network flows between Availability Zones -
INTER_VPC
: Top contributor network flows between VPCs -
AWS_SERVICES
: Top contributor network flows to or from Amazon Web Services services -
UNCLASSIFIED
: Top contributor network flows that do not have a bucket classification
-
- See Also:
-
-
destinationCategoryAsString
The destination category for a top contributors row. Destination categories can be one of the following:
-
INTRA_AZ
: Top contributor network flows within a single Availability Zone -
INTER_AZ
: Top contributor network flows between Availability Zones -
INTER_VPC
: Top contributor network flows between VPCs -
AWS_SERVICES
: Top contributor network flows to or from Amazon Web Services services -
UNCLASSIFIED
: Top contributor network flows that do not have a bucket classification
If the service returns an enum value that is not available in the current SDK version,
destinationCategory
will returnDestinationCategory.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromdestinationCategoryAsString()
.- Returns:
- The destination category for a top contributors row. Destination categories can be one of the following:
-
INTRA_AZ
: Top contributor network flows within a single Availability Zone -
INTER_AZ
: Top contributor network flows between Availability Zones -
INTER_VPC
: Top contributor network flows between VPCs -
AWS_SERVICES
: Top contributor network flows to or from Amazon Web Services services -
UNCLASSIFIED
: Top contributor network flows that do not have a bucket classification
-
- See Also:
-
-
remoteVpcId
The VPC ID for a top contributor network flow for the remote resource.
- Returns:
- The VPC ID for a top contributor network flow for the remote resource.
-
remoteRegion
The Amazon Web Services Region for the remote resource for a top contributor network flow.
- Returns:
- The Amazon Web Services Region for the remote resource for a top contributor network flow.
-
remoteAz
The Availability Zone for the remote resource for a top contributor network flow.
- Returns:
- The Availability Zone for the remote resource for a top contributor network flow.
-
remoteSubnetId
The subnet ID for the remote resource for a top contributor network flow.
- Returns:
- The subnet ID for the remote resource for a top contributor network flow.
-
remoteInstanceId
The instance identifier for the remote resource for a top contributor network flow.
- Returns:
- The instance identifier for the remote resource for a top contributor network flow.
-
remoteIp
The IP address of the remote resource for a top contributor network flow.
- Returns:
- The IP address of the remote resource for a top contributor network flow.
-
dnatIp
The destination network address translation (DNAT) IP address for a top contributor network flow.
- Returns:
- The destination network address translation (DNAT) IP address for a top contributor network flow.
-
value
The value of the metric for a top contributor network flow.
- Returns:
- The value of the metric for a top contributor network flow.
-
hasTraversedConstructs
public final boolean hasTraversedConstructs()For responses, this returns true if the service returned a value for the TraversedConstructs property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()
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. -
traversedConstructs
The constructs traversed by a network flow.
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
hasTraversedConstructs()
method.- Returns:
- The constructs traversed by a network flow.
-
kubernetesMetadata
Meta data about Kubernetes resources.
- Returns:
- Meta data about Kubernetes resources.
-
localInstanceArn
The Amazon Resource Name (ARN) of a local resource.
- Returns:
- The Amazon Resource Name (ARN) of a local resource.
-
localSubnetArn
The Amazon Resource Name (ARN) of a local subnet.
- Returns:
- The Amazon Resource Name (ARN) of a local subnet.
-
localVpcArn
The Amazon Resource Name (ARN) of a local VPC.
- Returns:
- The Amazon Resource Name (ARN) of a local VPC.
-
remoteInstanceArn
The Amazon Resource Name (ARN) of a remote resource.
- Returns:
- The Amazon Resource Name (ARN) of a remote resource.
-
remoteSubnetArn
The Amazon Resource Name (ARN) of a remote subnet.
- Returns:
- The Amazon Resource Name (ARN) of a remote subnet.
-
remoteVpcArn
The Amazon Resource Name (ARN) of a remote VPC.
- Returns:
- The Amazon Resource Name (ARN) of a remote VPC.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<MonitorTopContributorsRow.Builder,
MonitorTopContributorsRow> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
-