Interface UpdateAclRequest.Builder

  • Method Details

    • aclName

      UpdateAclRequest.Builder aclName(String aclName)

      The name of the Access Control List.

      Parameters:
      aclName - The name of the Access Control List.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userNamesToAdd

      UpdateAclRequest.Builder userNamesToAdd(Collection<String> userNamesToAdd)

      The list of users to add to the Access Control List.

      Parameters:
      userNamesToAdd - The list of users to add to the Access Control List.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userNamesToAdd

      UpdateAclRequest.Builder userNamesToAdd(String... userNamesToAdd)

      The list of users to add to the Access Control List.

      Parameters:
      userNamesToAdd - The list of users to add to the Access Control List.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userNamesToRemove

      UpdateAclRequest.Builder userNamesToRemove(Collection<String> userNamesToRemove)

      The list of users to remove from the Access Control List.

      Parameters:
      userNamesToRemove - The list of users to remove from the Access Control List.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userNamesToRemove

      UpdateAclRequest.Builder userNamesToRemove(String... userNamesToRemove)

      The list of users to remove from the Access Control List.

      Parameters:
      userNamesToRemove - The list of users to remove from the Access Control List.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      UpdateAclRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.