Interface CreateAclResponse.Builder

  • Method Details

    • acl

      The newly-created Access Control List.

      Parameters:
      acl - The newly-created Access Control List.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • acl

      The newly-created Access Control List.

      This is a convenience method that creates an instance of the ACL.Builder avoiding the need to create one manually via ACL.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to acl(ACL).

      Parameters:
      acl - a consumer that will call methods on ACL.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: