Interface Access.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Access.Builder,Access>, SdkBuilder<Access.Builder,Access>, SdkPojo
Enclosing class:
Access

public static interface Access.Builder extends SdkPojo, CopyableBuilder<Access.Builder,Access>
  • Method Details

    • actions

      Access.Builder actions(Collection<String> actions)

      A list of actions for the access permissions. Any strings that can be used as an action in an IAM policy can be used in the list of actions to check.

      Parameters:
      actions - A list of actions for the access permissions. Any strings that can be used as an action in an IAM policy can be used in the list of actions to check.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • actions

      Access.Builder actions(String... actions)

      A list of actions for the access permissions. Any strings that can be used as an action in an IAM policy can be used in the list of actions to check.

      Parameters:
      actions - A list of actions for the access permissions. Any strings that can be used as an action in an IAM policy can be used in the list of actions to check.
      Returns:
      Returns a reference to this object so that method calls can be chained together.