Interface BatchGetAggregateResourceConfigResponse.Builder

    • Method Detail

      • baseConfigurationItems

        BatchGetAggregateResourceConfigResponse.Builder baseConfigurationItems​(Collection<BaseConfigurationItem> baseConfigurationItems)

        A list that contains the current configuration of one or more resources.

        Parameters:
        baseConfigurationItems - A list that contains the current configuration of one or more resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • baseConfigurationItems

        BatchGetAggregateResourceConfigResponse.Builder baseConfigurationItems​(BaseConfigurationItem... baseConfigurationItems)

        A list that contains the current configuration of one or more resources.

        Parameters:
        baseConfigurationItems - A list that contains the current configuration of one or more resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unprocessedResourceIdentifiers

        BatchGetAggregateResourceConfigResponse.Builder unprocessedResourceIdentifiers​(Collection<AggregateResourceIdentifier> unprocessedResourceIdentifiers)

        A list of resource identifiers that were not processed with current scope. The list is empty if all the resources are processed.

        Parameters:
        unprocessedResourceIdentifiers - A list of resource identifiers that were not processed with current scope. The list is empty if all the resources are processed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unprocessedResourceIdentifiers

        BatchGetAggregateResourceConfigResponse.Builder unprocessedResourceIdentifiers​(AggregateResourceIdentifier... unprocessedResourceIdentifiers)

        A list of resource identifiers that were not processed with current scope. The list is empty if all the resources are processed.

        Parameters:
        unprocessedResourceIdentifiers - A list of resource identifiers that were not processed with current scope. The list is empty if all the resources are processed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.