Interface Permission.Builder

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

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

    • operation

      Permission.Builder operation(String operation)

      The operations that can be performed with the given permissions.

      Parameters:
      operation - The operations that can be performed with the given permissions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • operation

      Permission.Builder operation(Operation operation)

      The operations that can be performed with the given permissions.

      Parameters:
      operation - The operations that can be performed with the given permissions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • service

      Permission.Builder service(String service)

      The services that the permissions allow an account to perform the given operations for.

      Parameters:
      service - The services that the permissions allow an account to perform the given operations for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • service

      Permission.Builder service(Service service)

      The services that the permissions allow an account to perform the given operations for.

      Parameters:
      service - The services that the permissions allow an account to perform the given operations for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: