Interface View.Builder

    • Method Detail

      • filters

        View.Builder filters​(SearchFilter filters)

        An array of SearchFilter objects that specify which resources can be included in the results of queries made using this view.

        Parameters:
        filters - An array of SearchFilter objects that specify which resources can be included in the results of queries made using this view.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • includedProperties

        View.Builder includedProperties​(Collection<IncludedProperty> includedProperties)

        A structure that contains additional information about the view.

        Parameters:
        includedProperties - A structure that contains additional information about the view.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • includedProperties

        View.Builder includedProperties​(IncludedProperty... includedProperties)

        A structure that contains additional information about the view.

        Parameters:
        includedProperties - A structure that contains additional information about the view.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedAt

        View.Builder lastUpdatedAt​(Instant lastUpdatedAt)

        The date and time when this view was last modified.

        Parameters:
        lastUpdatedAt - The date and time when this view was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • owner

        View.Builder owner​(String owner)

        The Amazon Web Services account that owns this view.

        Parameters:
        owner - The Amazon Web Services account that owns this view.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scope

        View.Builder scope​(String scope)

        An Amazon resource name (ARN) of an Amazon Web Services account, an organization, or an organizational unit (OU) that specifies whether this view includes resources from only the specified Amazon Web Services account, all accounts in the specified organization, or all accounts in the specified OU.

        If not specified, the value defaults to the Amazon Web Services account used to call this operation.

        Parameters:
        scope - An Amazon resource name (ARN) of an Amazon Web Services account, an organization, or an organizational unit (OU) that specifies whether this view includes resources from only the specified Amazon Web Services account, all accounts in the specified organization, or all accounts in the specified OU.

        If not specified, the value defaults to the Amazon Web Services account used to call this operation.

        Returns:
        Returns a reference to this object so that method calls can be chained together.