Class StartQueryWorkloadInsightsTopContributorsDataRequest

    • Method Detail

      • scopeId

        public final String scopeId()

        The identifier for the scope that includes the resources you want to get data results for. A scope ID is an internally-generated identifier that includes all the resources for a specific root account.

        Returns:
        The identifier for the scope that includes the resources you want to get data results for. A scope ID is an internally-generated identifier that includes all the resources for a specific root account.
      • startTime

        public final Instant startTime()

        The timestamp that is the date and time beginning of the period that you want to retrieve results for with your query.

        Returns:
        The timestamp that is the date and time beginning of the period that you want to retrieve results for with your query.
      • endTime

        public final Instant endTime()

        The timestamp that is the date and time end of the period that you want to retrieve results for with your query.

        Returns:
        The timestamp that is the date and time end of the period that you want to retrieve results for with your query.
      • metricName

        public final WorkloadInsightsMetric metricName()

        The metric that you want to query top contributors for. That is, you can specify this metric to return the top contributor network flows, for this type of metric, for a monitor and (optionally) within a specific category, such as network flows between Availability Zones.

        If the service returns an enum value that is not available in the current SDK version, metricName will return WorkloadInsightsMetric.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from metricNameAsString().

        Returns:
        The metric that you want to query top contributors for. That is, you can specify this metric to return the top contributor network flows, for this type of metric, for a monitor and (optionally) within a specific category, such as network flows between Availability Zones.
        See Also:
        WorkloadInsightsMetric
      • metricNameAsString

        public final String metricNameAsString()

        The metric that you want to query top contributors for. That is, you can specify this metric to return the top contributor network flows, for this type of metric, for a monitor and (optionally) within a specific category, such as network flows between Availability Zones.

        If the service returns an enum value that is not available in the current SDK version, metricName will return WorkloadInsightsMetric.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from metricNameAsString().

        Returns:
        The metric that you want to query top contributors for. That is, you can specify this metric to return the top contributor network flows, for this type of metric, for a monitor and (optionally) within a specific category, such as network flows between Availability Zones.
        See Also:
        WorkloadInsightsMetric
      • destinationCategory

        public final DestinationCategory destinationCategory()

        The destination category for a top contributors. 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 return DestinationCategory.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from destinationCategoryAsString().

        Returns:
        The destination category for a top contributors. 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:
        DestinationCategory
      • destinationCategoryAsString

        public final String destinationCategoryAsString()

        The destination category for a top contributors. 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 return DestinationCategory.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from destinationCategoryAsString().

        Returns:
        The destination category for a top contributors. 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:
        DestinationCategory
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object