Interface GetObjectAclResponse.Builder

    • Method Detail

      • owner

        GetObjectAclResponse.Builder owner​(Owner owner)

        Container for the bucket owner's display name and ID.

        Parameters:
        owner - Container for the bucket owner's display name and ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • grants

        GetObjectAclResponse.Builder grants​(Collection<Grant> grants)

        A list of grants.

        Parameters:
        grants - A list of grants.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • grants

        GetObjectAclResponse.Builder grants​(Grant... grants)

        A list of grants.

        Parameters:
        grants - A list of grants.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • requestCharged

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

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