Interface ListAssetInstancesRequest.Builder

    • Method Detail

      • outpostIdentifier

        ListAssetInstancesRequest.Builder outpostIdentifier​(String outpostIdentifier)

        The ID of the Outpost.

        Parameters:
        outpostIdentifier - The ID of the Outpost.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • assetIdFilter

        ListAssetInstancesRequest.Builder assetIdFilter​(Collection<String> assetIdFilter)

        Filters the results by asset ID.

        Parameters:
        assetIdFilter - Filters the results by asset ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • assetIdFilter

        ListAssetInstancesRequest.Builder assetIdFilter​(String... assetIdFilter)

        Filters the results by asset ID.

        Parameters:
        assetIdFilter - Filters the results by asset ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceTypeFilter

        ListAssetInstancesRequest.Builder instanceTypeFilter​(Collection<String> instanceTypeFilter)

        Filters the results by instance ID.

        Parameters:
        instanceTypeFilter - Filters the results by instance ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceTypeFilter

        ListAssetInstancesRequest.Builder instanceTypeFilter​(String... instanceTypeFilter)

        Filters the results by instance ID.

        Parameters:
        instanceTypeFilter - Filters the results by instance ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountIdFilter

        ListAssetInstancesRequest.Builder accountIdFilter​(Collection<String> accountIdFilter)

        Filters the results by account ID.

        Parameters:
        accountIdFilter - Filters the results by account ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountIdFilter

        ListAssetInstancesRequest.Builder accountIdFilter​(String... accountIdFilter)

        Filters the results by account ID.

        Parameters:
        accountIdFilter - Filters the results by account ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • awsServiceFilterWithStrings

        ListAssetInstancesRequest.Builder awsServiceFilterWithStrings​(Collection<String> awsServiceFilter)

        Filters the results by Amazon Web Services service.

        Parameters:
        awsServiceFilter - Filters the results by Amazon Web Services service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • awsServiceFilterWithStrings

        ListAssetInstancesRequest.Builder awsServiceFilterWithStrings​(String... awsServiceFilter)

        Filters the results by Amazon Web Services service.

        Parameters:
        awsServiceFilter - Filters the results by Amazon Web Services service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • awsServiceFilter

        ListAssetInstancesRequest.Builder awsServiceFilter​(Collection<AWSServiceName> awsServiceFilter)

        Filters the results by Amazon Web Services service.

        Parameters:
        awsServiceFilter - Filters the results by Amazon Web Services service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • awsServiceFilter

        ListAssetInstancesRequest.Builder awsServiceFilter​(AWSServiceName... awsServiceFilter)

        Filters the results by Amazon Web Services service.

        Parameters:
        awsServiceFilter - Filters the results by Amazon Web Services service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListAssetInstancesRequest.Builder maxResults​(Integer maxResults)
        Sets the value of the MaxResults property for this object.
        Parameters:
        maxResults - The new value for the MaxResults property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAssetInstancesRequest.Builder nextToken​(String nextToken)
        Sets the value of the NextToken property for this object.
        Parameters:
        nextToken - The new value for the NextToken property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.