Interface ListResourceTelemetryResponse.Builder

    • Method Detail

      • telemetryConfigurations

        ListResourceTelemetryResponse.Builder telemetryConfigurations​(Collection<TelemetryConfiguration> telemetryConfigurations)

        A list of telemetry configurations for AWS resources supported by telemetry config in the caller's account.

        Parameters:
        telemetryConfigurations - A list of telemetry configurations for AWS resources supported by telemetry config in the caller's account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • telemetryConfigurations

        ListResourceTelemetryResponse.Builder telemetryConfigurations​(TelemetryConfiguration... telemetryConfigurations)

        A list of telemetry configurations for AWS resources supported by telemetry config in the caller's account.

        Parameters:
        telemetryConfigurations - A list of telemetry configurations for AWS resources supported by telemetry config in the caller's account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListResourceTelemetryResponse.Builder nextToken​(String nextToken)

        The token for the next set of items to return. A previous call generates this token.

        Parameters:
        nextToken - The token for the next set of items to return. A previous call generates this token.
        Returns:
        Returns a reference to this object so that method calls can be chained together.