Interface ListLensSharesRequest.Builder

    • Method Detail

      • lensAlias

        ListLensSharesRequest.Builder lensAlias​(String lensAlias)
        Sets the value of the LensAlias property for this object.
        Parameters:
        lensAlias - The new value for the LensAlias property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sharedWithPrefix

        ListLensSharesRequest.Builder sharedWithPrefix​(String sharedWithPrefix)

        The Amazon Web Services account ID, organization ID, or organizational unit (OU) ID with which the lens is shared.

        Parameters:
        sharedWithPrefix - The Amazon Web Services account ID, organization ID, or organizational unit (OU) ID with which the lens is shared.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListLensSharesRequest.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.
      • maxResults

        ListLensSharesRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return for this request.

        Parameters:
        maxResults - The maximum number of results to return for this request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        ListLensSharesRequest.Builder status​(String status)
        Sets the value of the Status property for this object.
        Parameters:
        status - The new value for the Status property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ShareStatus, ShareStatus
      • status

        ListLensSharesRequest.Builder status​(ShareStatus status)
        Sets the value of the Status property for this object.
        Parameters:
        status - The new value for the Status property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ShareStatus, ShareStatus