Interface ListResourceTelemetryRequest.Builder

  • Method Details

    • resourceIdentifierPrefix

      ListResourceTelemetryRequest.Builder resourceIdentifierPrefix(String resourceIdentifierPrefix)

      A string used to filter resources which have a ResourceIdentifier starting with the ResourceIdentifierPrefix.

      Parameters:
      resourceIdentifierPrefix - A string used to filter resources which have a ResourceIdentifier starting with the ResourceIdentifierPrefix.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceTypesWithStrings

      ListResourceTelemetryRequest.Builder resourceTypesWithStrings(Collection<String> resourceTypes)

      A list of resource types used to filter resources supported by telemetry config. If this parameter is provided, the resources will be returned in the same order used in the request.

      Parameters:
      resourceTypes - A list of resource types used to filter resources supported by telemetry config. If this parameter is provided, the resources will be returned in the same order used in the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceTypesWithStrings

      ListResourceTelemetryRequest.Builder resourceTypesWithStrings(String... resourceTypes)

      A list of resource types used to filter resources supported by telemetry config. If this parameter is provided, the resources will be returned in the same order used in the request.

      Parameters:
      resourceTypes - A list of resource types used to filter resources supported by telemetry config. If this parameter is provided, the resources will be returned in the same order used in the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceTypes

      A list of resource types used to filter resources supported by telemetry config. If this parameter is provided, the resources will be returned in the same order used in the request.

      Parameters:
      resourceTypes - A list of resource types used to filter resources supported by telemetry config. If this parameter is provided, the resources will be returned in the same order used in the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceTypes

      ListResourceTelemetryRequest.Builder resourceTypes(ResourceType... resourceTypes)

      A list of resource types used to filter resources supported by telemetry config. If this parameter is provided, the resources will be returned in the same order used in the request.

      Parameters:
      resourceTypes - A list of resource types used to filter resources supported by telemetry config. If this parameter is provided, the resources will be returned in the same order used in the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • telemetryConfigurationStateWithStrings

      ListResourceTelemetryRequest.Builder telemetryConfigurationStateWithStrings(Map<String,String> telemetryConfigurationState)

      A key-value pair to filter resources based on the telemetry type and the state of the telemetry configuration. The key is the telemetry type and the value is the state.

      Parameters:
      telemetryConfigurationState - A key-value pair to filter resources based on the telemetry type and the state of the telemetry configuration. The key is the telemetry type and the value is the state.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • telemetryConfigurationState

      ListResourceTelemetryRequest.Builder telemetryConfigurationState(Map<TelemetryType,TelemetryState> telemetryConfigurationState)

      A key-value pair to filter resources based on the telemetry type and the state of the telemetry configuration. The key is the telemetry type and the value is the state.

      Parameters:
      telemetryConfigurationState - A key-value pair to filter resources based on the telemetry type and the state of the telemetry configuration. The key is the telemetry type and the value is the state.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceTags

      A key-value pair to filter resources based on tags associated with the resource. For more information about tags, see What are tags?

      Parameters:
      resourceTags - A key-value pair to filter resources based on tags associated with the resource. For more information about tags, see What are tags?
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      A number field used to limit the number of results within the returned list.

      Parameters:
      maxResults - A number field used to limit the number of results within the returned list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.
    • overrideConfiguration

      ListResourceTelemetryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.